const google.golang.org/grpc/internal/transport.http2MaxFrameLen

7 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L750: 		if size > http2MaxFrameLen {
		controlbuf.go#L751: 			size = http2MaxFrameLen
		controlbuf.go#L988: 	maxSize := http2MaxFrameLen
		handler_server.go#L436: 			buf := ht.bufferPool.Get(http2MaxFrameLen)
		http2_server.go#L175: 		Val: http2MaxFrameLen,
		http_util.go#L44: 	http2MaxFrameLen = 16384 // 16KB frame
		http_util.go#L416: 	f.fr.SetMaxReadFrameSize(http2MaxFrameLen)